The RegKey Property represents the root registry key. These are:
HKEY_CLASSES_ROOT
HKEY_CURRENT_USER
HKEY_LOCAL_MACHINE
HKEY_USERS
While there are two other default Root Keys the above are the only pertinent keys for our use.
The RegKey property is a type Key. This is a public Enum of the
RegEasy class. The values in the Enum are concurrent with the above listed values. They
are simply shorter and easier to type and remember.
(c)1998 Silicon Prairie Software Co. All rights reserved.